projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5385af
)
Readme typo
author
justbur
<justin@burkett.cc>
Sat, 11 Jul 2015 17:28:58 +0000
(13:28 -0400)
committer
justbur
<justin@burkett.cc>
Sat, 11 Jul 2015 17:28:58 +0000
(13:28 -0400)
README.org
patch
|
blob
|
history
diff --git
a/README.org
b/README.org
index 6744fb44a8da0d47121c9d083e6a1836b1d5268d..0eefa0554afc1974c08c35dec7af54bae7366792 100644
(file)
--- a/
README.org
+++ b/
README.org
@@
-142,7
+142,7
@@
the second string, "find files". In the second type of entry you can restrict
the replacements to a major-mode. For example,
#+BEGIN_SRC emacs-lisp
-(org-mode .
'
(("C-c C-c" . "Org C-c C-c") ("C-c C-a" . "Org Attach"))
+(org-mode . (("C-c C-c" . "Org C-c C-c") ("C-c C-a" . "Org Attach"))
#+END_SRC
Here the first entry is the major-mode and the second is a list of the first